home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / RCS / PrioritySemaphore.cc,v < prev    next >
Text File  |  1988-10-12  |  404b  |  36 lines

  1. head     1.1;
  2. access   ;
  3. symbols  ;
  4. locks    grunwald:1.1; strict;
  5. comment  @@;
  6.  
  7.  
  8. 1.1
  9. date     88.09.18.16.42.27;  author grunwald;  state Exp;
  10. branches ;
  11. next     ;
  12.  
  13.  
  14. desc
  15. @@
  16.  
  17.  
  18.  
  19. 1.1
  20. log
  21. @Initial revision
  22. @
  23. text
  24. @#include "PrioritySemaphore.h"
  25.  
  26. PrioritySemaphore::PrioritySemaphore(int count, bool debug)
  27.     : (count, &heap, debug)
  28. {
  29. }
  30.  
  31. PrioritySemaphore::~PrioritySemaphore()
  32. {
  33.     pScheduler = 0;
  34. }
  35. @
  36.